From 64c3911ee725a548902e896556b164a1d513588c Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 3 Apr 2012 09:20:32 +0200 Subject: [PATCH] * notifications.el (notifications-notify): Fix docstring. --- lisp/ChangeLog | 4 ++++ lisp/notifications.el | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 895a30f4bb9..ef6f28fe885 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-03 Michael Albinus + + * notifications.el (notifications-notify): Fix docstring. + 2012-04-02 Glenn Morris * emacs-lisp/authors.el (authors-aliases): Another addition. diff --git a/lisp/notifications.el b/lisp/notifications.el index 908cbcaabab..b825eb65abf 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -185,10 +185,13 @@ Various PARAMS can be set: - `dismissed' if the notification was dismissed by the user - `close-notification' if the notification was closed by a call to CloseNotification + - `undefined' if the notification server hasn't provided + a reason This function returns a notification id, an integer, which can be used to manipulate the notification item with -`notifications-close-notification'." +`notifications-close-notification' or the `:replaces-id' argument +of another `notifications-notify' call." (let ((title (plist-get params :title)) (body (plist-get params :body)) (app-name (plist-get params :app-name)) -- 2.30.2